Re: [INTERFACES] Problem Applet-Appletviewer - Mailing list pgsql-interfaces

From Herouth Maoz
Subject Re: [INTERFACES] Problem Applet-Appletviewer
Date
Msg-id l03110701b280236ff32a@[147.233.159.109]
Whole thread Raw
In response to Problem Applet-Appletviewer  ("REDCYT - Juan Carlos Liendro" <jliendro@diogenes.secyt.gov.ar>)
List pgsql-interfaces
At 21:43 +0200 on 23/11/98, REDCYT - Juan Carlos Liendro wrote:


> Hi:
> I have a problem.
> I have Postgresql v.6.3 and jdk1.1.3.
> I wrote un applet of consul and one table of postgresql
> Driver (jdbc:postgresql).
> I load ClassforName(jdbc:postgresql).
>  it works fine only if:
> prompt$  java  file-consul
> and  not works
> appletviewer file-consul.html
> (Not show data, and initial applet ok).

You have to use:

            Class.forName("postgresql.Driver");

The "jdbc:postgresql" is not the name of the driver class to load, but the
URL of the database to which you connect. In all probability, it fails, but
it works when you run "java", because the driver is actually in your
classpath.

Herouth

--
Herouth Maoz, Internet developer.
Open University of Israel - Telem project
http://telem.openu.ac.il/~herutma



pgsql-interfaces by date:

Previous
From: "Alvin Khoo"
Date:
Subject: pgsql (Perl 5.004 error)
Next
From: rasyidi
Date:
Subject: (no subject)